DataEventArgs`1 Constructor

Summary
Initializes the DataEventArgs class.
Syntax
C#
VB
C++
public DataEventArgs<TData>( 
   TData data 
) 
  
Public Function New( _ 
   ByVal data As TData _ 
) 
public: 
DataEventArgs<TData>(  
   TData^ data 
) 

Parameters

data
Information related to the event.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe data is null.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.